<%= wrap_in_modules <<~rb
class ApplicationController < ActionController::#{api? ? "API" : "Base"} end
rb %>